int
— The number of total records. Note that when only a subset of records is requested,
this number may be higher than the number of data records in this result set.
$first
$first : int
Type
int
— When a subset of the total records is requested, $first gives the index into the total record
set from that the data records in this result set start. This is normally a multiple of the
user-configured page size.
$searchonly
$searchonly : bool
Type
bool
— True if the results are from an addressbook that does not support listing all records but
requires the search function to be used.
$records
$records : array
Type
array
— The data records of the result set. May be a subset of the total records, e.g. for one page.